@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	list-style:none;
	border:none;
	text-decoration:none;
	background:none;
}
body,html{
	width:100%;
	min-width:1000px;
	font-size:14px;
	line-height:25px;
	font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
	color:#333;
}
a{
	color:#333;
	cursor:pointer;
}
a:hover{
	color:#f60;
	text-decoration:none;
}
.notice{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	height:35px;
	font-size:14px;
	line-height:35px;
	width:100%;
	text-align:center;
	background:#F00;
	color:#ff0;
	border-bottom:1px solid #666;
	text-shadow:1px 1px #666;
	overflow:hidden;
	z-index:99999;
}
.notice a{
	color:#fc0;
}
.notice a:hover{
	color:#fff;
}
.topper{
	display:block;
	width:100%;
	min-width:1000px;
	height:150px;
	background:url(line.png) 0px 100px repeat-x #fff;
	z-index:9999;
}
.header{
	display:block;
	margin:0px auto;
	position:relative;
	width:1000px;
	height:150px;
}
#header{
	clear:left;
	float:left;
	display:block;
	width:235px;
	height:150px;
	overflow:hidden;
}
#header #logo{
	display:block;
	padding:10px;
	width:235px;
	height:100px;
	overflow:hidden;
}
#header #logo a{
	display:block;
	/*width:200px;*/
	height:80px;
	white-space:nowrap;
	text-align:center;
	/*background:url(bg.png) -210px 0px no-repeat transparent;*/
	overflow:hidden;
}
#header #logo a img{
	display:block;
	height:80px;
}
#header #tel{
	display:block;
	padding:10px 0px 15px 0px;
	width:235px;
	height:50px;
	overflow:hidden;
}
#menu{
	display:none;
}
.header .header_tool{
	float:right;
	display:block;
	margin:0px;
	padding:10px 0px 15px 0px;
	width:220px;
	height:40px;
	line-height:15px;
	white-space:nowrap;
	overflow:hidden;
}
.header .header_tool li{
	float:left;
	display:block;
	width:68px;
	height:15px;
	border-right:1px solid #ccc;
	text-align:center;
	overflow:hidden;
}
.header .header_tool li a{
	display:block;
	width:100%;
	height:15px;
	font-size:12px;
	line-height:15px;
	text-align:center;
	color:#666;
	overflow:hidden;
}
.header .header_tool li a:hover{
	color:#02979d;
}
.header .navigator{
	clear:right;
	float:left;
	display:block;
	padding-top:20px;
	padding-left:20px;
	width:765px;
	height:90px;
	overflow:hidden;
}
.header .navigator .sup_navi{
	display:block;
	margin:0px;
	padding:0px;
	width:740px;
	height:40px;
	overflow:hidden;
}
.header .navigator .sup_navi li{
	float:left;
	display:block;
	width:105px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	white-space:nowrap;
}
.header .navigator .sup_navi li a{
	display:block;
	width:100%;
	height:40px;
	color:#333;
	font-size:16px;
	text-align:center;
}
.header .navigator .sup_navi li a:hover,.header .navigator .sup_navi li.active a{
	color:#e2e68b;
}
.header .navigator .sup_navi li:hover{
	background:none;
}
.header .navigator .sup_navi li.active{
	background:url(line.png) 0px -50px repeat-x transparent;
}
.header .navigator .sup_navi li ul,.header .navigator .sup_navi li ul>*{
	display:none !important;
	display:none;
}
.header .navigator .sub_navi{
	display:block;
	width:740px;
	height:45px;
	overflow:hidden;
}
.header .navigator .sub_navi li{
	float:left;
	display:block;
	padding:0px 10px;
	width:auto;
	height:45px;
	white-space:nowrap;
	overflow:hidden;
}
.header .navigator .sub_navi li a{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.header .navigator .sub_navi li a:hover,.header .navigator .sub_navi li.active a{
	font-weight:bold;
	color:#e2e68b;
}
#banner{
	display:block;
	position:relative;
	width:100%;
	height:400px;
	background:#006d64;
	overflow:hidden;
}
#banner .scrollable{
	display:block;
	position:relative;
	width:100%;
	height:400px;
	overflow:hidden;
	z-index:1;
}
#banner .scrollable .item{
	display:block;
	position:relative;
	width:2000em;
	height:400px;
	overflow:hidden;
}
#banner .scrollable .item li{
	float:left;
	display:block;
	position:relative;
	min-width:1000px;
	height:400px;
	text-align:center;
	overflow:hidden;
}
#banner .scrollable .item li a{
	margin:0px auto;
	display:block;
	position:relative;
	width:100%;
	height:400px;
	text-align:center;
	overflow:hidden;
}
#banner .scrollable .item li a img{
	display:block;
	position:absolute;
	left:50%;
	top:200px;
	margin-left:-680px;
	margin-top:-200px;
	width:100%;
	min-width:1360px;
	min-height:400px;
	text-align:center;
	overflow:hidden;
}
#banner .navi{
	display:block;
	position:absolute;
	margin-left:-500px;
	top:345px;
	left:50%;
	width:1000px;
	text-align:center;
	height:3px;
	overflow:hidden;
	z-index:9999;
}
#banner .navi a{
	float:left;
	display:block;
	width:25%;
	height:5px;
	background:#ebebeb;
	opacity:0.75;
	-moz-opacity:0.75;
	filter:Alpha(opacity=75);
	overflow:hidden;
}
#banner .navi a:hover{
	background:#02979d;
}
#banner .navi a.active{
	background:#66b7af;
}
.box{
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;
}
.boxin{
	display:block;
	margin:0px auto;
	position:relative;
	width:1000px;
	overflow:hidden;
}
.bg_gray{
	background:#f0f0f0;
}
.bg_silver{
	background:#f7f7f7;
}
.bg_lightgreen{
	background:#02979d;
}
.bg_darkgreen{
	background:#66b7af;
}
.h_1{
	height:60px;
}
.h_2{
	height:310px;
}
.h_3{
	height:425px;
}
.box_tab{
	display:block;
	margin:0px auto;
	padding:12px 0px;
	width:1000px;
	height:60px;
	overflow:hidden;
}
.box_tab .news_btns{
	float:right;
	display:block;
	margin:3px 0px;
	width:270px;
	height:36px;
	overflow:hidden;
}
.box_tab h2{
	float:left;
	display:block;
	margin:0px;
	width:auto;
	height:36px;
	overflow:visible;
}
.box_tab h2 span{
	float:left;
	margin:0px;
	width:36px;
	height:36px;
	line-height:38px;
	font-size:16px;
	margin-right:5px;
	border-radius:18px;
	text-align:center;
	overflow:hidden;
}
.box_tab h2 a{
	margin:0px;
	padding:0px 0px 0px 15px;
	display:block;
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#fff;
	overflow:hidden;
}
.box_tab h2 a em{
	margin:0px 0px 0px 8px;
	height:36px;
	line-height:36px;
	font-style:normal;
	font-size:12px;
	overflow:hidden;
}
.bg_lightgreen.h_1 .box_tab h2 span{
	color:#fff;
	background:#66b7af;
}
.bg_lightgreen.h_3 .box_tab h2 span{
	color:#02979d;
	background:#fff;
}
.bg_silver .footer_info dl dt span{
	color:#f7f7f7;
	background:#333;
}
.box_body{
	display:block;
	margin:0px auto;
	padding:15px 0px;
	width:1000px;
}
.news_btns{
	float:right;
	display:block;
	width:270px;
	height:30px;
	overflow:hidden;
}
.news_btns a{
	float:left;
	display:block;
	margin-right:10px;
	width:100px;
	height:30px;
	line-height:28px;
	text-align:center;
	color:#fff;
	overflow:hidden;
}
.news_btns a.btn_red{
	background:#cd332c;
}
.news_btns a.btn_blue{
	background:#04689b;
}
.news_btns a.btn_red:hover{
	background:#ff0000;
}
.news_btns a.btn_blue:hover{
	background:#0099cc;
}
#slide_pics{
	float:left;
	display:block;
	position:relative;
	padding:5px;
	width:330px;
	height:280px;
	background:#f7f7f7;
	overflow:visible;
}
#slide_pics .scrollable{
	display:block;
	position:relative;
	width:320px;
	height:270px;
	overflow:hidden;
	z-index:1;
}
#slide_pics .scrollable .item{
	display:block;
	position:relative;
	width:2000em;
	height:270px;
	overflow:hidden;
}
#slide_pics .scrollable .item li{
	float:left;
	display:block;
	position:relative;
	width:320px;
	height:270px;
	overflow:hidden;
}
#slide_pics .scrollable .item li a,#slide_pics .scrollable .item li a img{
	margin:0px auto;
	display:block;
	width:320px;
	height:240px;
	overflow:hidden;
}
#slide_pics .scrollable .item li span{
	display:block;
	padding:0px 5px;
	width:320px;
	height:30px;
	line-height:33px;
	font-size:12px;
	color:#333;
	overflow:hidden;
}
.slide_navi{
	display:block;
	text-align:center;
	height:10px;
	overflow:hidden;
	z-index:9999;
}
.slide_navi a{
	float:left;
	display:block;
	margin:0px 0px 0px 5px;
	width:10px;
	height:10px;
	border-radius:5px;
	background:#999;
	cursor:pointer;
	overflow:hidden;
}
.slide_navi a:hover{
	background:#333;
}
.slide_navi a.active{
	background:#66b7af;
}
#slide_pics .navi{
	position:absolute;
	top:257px;
	left:260px;
	width:60px;
	z-index:999;
}
#slide_texts{
	float:left;
	display:block;
	position:relative;
	width:670px;
	height:280px;
	overflow:visible;
}
#slide_texts .scrollable{
	float:left;
	display:block;
	position:relative;
	width:670px;
	height:280px;
	overflow:hidden;
}
#slide_texts .scrollable .item{
	float:left;
	display:block;
	position:relative;
	width:2000em;
	height:280px;
	overflow:hidden;
}
#slide_texts .scrollable .item ul.list_news{
	float:left;
	display:block;
	width:670px;
	height:280px;
	overflow:hidden;
}
#slide_texts .scrollable .item .list_news ol{
	float:left;
	display:block;
	margin-left:15px;
	padding:0px 10px;
	width:320px;
	height:280px;
	background:#f7f7f7;
	border-bottom:1px solid #f7f7f7;
	overflow:hidden;
}
#slide_texts .scrollable .item .list_news ol li{
	display:block;
	width:300px;
	height:140px;
	border-bottom:1px dotted #ebebeb;
	overflow:hidden;
}
#slide_texts .scrollable .item .list_news ol li a{
	display:block;
	height:139px;
	overflow:hidden;
}
#slide_texts .scrollable .item .list_news ol li a strong{
	display:block;
	height:38px;
	line-height:38px;
	text-align:left;
	font-weight:normal;
	color:#333;
	overflow:hidden;
}
#slide_texts .scrollable .item .list_news ol li a p{
	display:block;
	height:92px;
	line-height:23px;
	font-size:12px;
	color:#999;
	overflow:hidden;
}
#slide_texts .scrollable .item .list_news ol li a:hover strong{
	color:#F60;
}
#slide_texts .navi{
	position:absolute;
	top:-50px;
	right:0px;
	width:60px;
	z-index:999;
}
#slide_texts .navi a{
	background:#04689b;
}
#slide_texts .navi a:hover{
	background:#000;
}
#slide_texts .navi a.active{
	background:#cd332c;
}
#slide_product{
	position:relative;
	border-top:1px solid #f7f7f7;
}
#slide_product .scrollable{
	float:left;
	display:block;
	position:relative;
	width:1000px;
	overflow:hidden;
}
#slide_product .scrollable .item{
	float:left;
	display:block;
	position:relative;
	width:2000em;
	overflow:hidden;
}
#slide_product .scrollable .item .list_pt{
	float:left;
	display:block;
	position:relative;
	width:1000px;
	overflow:hidden;
}
#slide_product .scrollable .item .list_pt li{
	float:left;
	display:block;
	position:relative;
	margin:0px 0px 15px 15px;
	padding:5px;
	width:210px;
	height:160px;
	background:#f7f7f7;
	overflow:hidden;
}
#slide_product .scrollable .item .list_pt li.first{
	margin:0px;
	width:325px;
	height:335px;
}
#slide_product .scrollable .item .list_pt li img{
	width:200px;
	height:150px;
}
#slide_product .scrollable .item .list_pt li.first img{
	width:315px;
	height:236px;
}
#slide_product .scrollable .item .list_pt li a p{
	display:block;
	position:absolute;
	top:150px;
	left:5px;
	padding:5px;
	width:200px;
	height:85px;
	overflow:hidden;
	z-index:99;
}
#slide_product .scrollable .item .list_pt li a:hover p{
	top:70px;
	background:#f7f7f7;
	color:#333;
	opacity:0.75;
	-moz-opacity:0.75;
	filter:Alpha(opacity=75);
}
#slide_product .scrollable .item .list_pt li.first a p{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	padding:5px;
	width:100%;
	height:90px;
	color:#999;
	background:#f7f7f7;
	overflow:hidden;
}
#slide_product .scrollable .item .list_pt li.first a:hover p{
	top:0px;
}
#slide_product .scrollable .item .list_pt li a p strong{
	display:block;
	white-space:nowrap;
	color:#02979d;
	overflow:hidden;
}
#slide_product .scrollable .item .list_pt li.first a:hover p strong{
	color:#f60;
}
#slide_product .scrollable .item .list_pt li.first a:hover p{
	color:#333;
}
#index_product.list_pt{
	float:left;
	display:block;
	position:relative;
	width:1020px;
	overflow:hidden;
}
#index_product.list_pt li{
	float:left;
	display:block;
	position:relative;
	margin:15px 20px 5px 0px;
	padding:5px;
	width:235px;
	height:178px;
	background:#f7f7f7;
	overflow:hidden;
}
#index_product.list_pt li img{
	width:224px;
	height:168px;
}
#index_product.list_pt li a p{
	display:block;
	position:absolute;
	top:173px;
	left:5px;
	padding:5px;
	width:225px;
	height:85px;
	overflow:hidden;
	background:#f7f7f7;
	color:#333;
	opacity:0.75;
	-moz-opacity:0.75;
	filter:Alpha(opacity=75);
	z-index:99;
}
#index_product.list_pt li a p strong{
	display:block;
	white-space:nowrap;
	color:#02979d;
	overflow:hidden;
}
#slide_product .navi{
	position:absolute;
	top:-25px;
	right:0px;
	width:110px;
	z-index:999;
}
#slide_product .navi a{
	background:#f7f7f7;
}
#slide_product .navi a:hover{
	background:#000;
}
#slide_product .navi a.active{
	background:#66b7af;
}
#slide_product .text_navi{
	position:absolute;
	top:-40px;
	left:340px;
	width:550px;
	height:40px;
	z-index:999;
}
#slide_product .text_navi li{
	float:left;
	display:block;
	margin-right:5px;
	padding:0px 12px;
	width:auto;
	height:40px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	color:#f7f7f7;
	border-radius:4px 4px 0px 0px;
	overflow:hidden;
}
#slide_product .text_navi li.active{
	width:90px;
	color:#02979d;
	font-weight:bold;
	background:#f7f7f7;
}
#slide_product .text_navi li:hover{
	font-weight:bold;
}
.footer_info{
	display:block;
	margin:0px auto;
	padding:30px 0px;
	width:1000px;
	border-bottom:1px solid #e1e2e2;
	overflow:hidden;
}
.footer_info dl{
	float:left;
	display:block;
	margin:0px auto;
	width:320px;
	height:180px;
	overflow:hidden;
}
.footer_info dl.b_r_gray{
	padding-right:20px;
	border-right:1px solid #e1e2e2;
}
.footer_info dl.b_l_white{
	padding-left:20px;
	border-left:1px solid #fff;
}
.w_1{
	width:360px;
}
.footer_info dl dt{
	display:block;
	margin:0px;
	width:auto;
	height:36px;
	font-weight:normal;
	overflow:visible;
}
.footer_info dl dt span{
	float:left;
	margin:0px;
	width:36px;
	height:36px;
	line-height:38px;
	font-size:16px;
	margin-right:5px;
	border-radius:18px;
	text-align:center;
	overflow:hidden;
}
.footer_info dl dt a{
	margin:0px;
	padding:0px 0px 0px 15px;
	display:block;
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#333;
	overflow:hidden;
}
.footer_info dl dt a em{
	margin:0px 0px 0px 8px;
	height:36px;
	line-height:36px;
	font-style:normal;
	font-size:12px;
	overflow:hidden;
}
.footer_info dl dd{
	display:block;
	margin:0px;
	padding-top:20px;
	width:auto;
	height:36px;
	font-weight:normal;
	overflow:visible;
}
.footer_info dl dd a{
	float:left;
	display:block;
	padding-left:15px;
	width:50%;
	height:30px;
	line-height:30px;
	white-space:nowrap;
	overflow:hidden;
}
.footer_info dl dd strong{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	color:#333;
	font-weight:normal;
	font-size:16px;
	white-space:nowrap;
	overflow:hidden;
}
.footer_info dl dd p{
	display:block;
	margin:0px;
	width:100%;
	height:30px;
	line-height:30px;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
}
.footer_info dl dd p span{
	margin-right:10px;
}
#footer{
	display:block;
	margin:0px auto;
	width:1000px;
	padding:30px 0px;
	height:140px;
	border-top:1px solid #fff;
	background:url(bg.png) 800px 40px no-repeat transparent;
	overflow:hidden;
}
#footer dt{
	float:left;
	display:block;
	margin:10px 15px 10px 0px;
	width:75px;
	height:60px;
	background:url(bg.png) -420px 0px no-repeat transparent;
	line-height:200px;
	white-space:nowrap;
	overflow:hidden;
}
#footer dd{
	display:block;
	height:80px;
	font-size:11px;
	line-height:20px;
	color:#333;
	overflow:hidden;
}
#footer dd p{
	margin:0px;
}
#footer a{
	color:#333;
	margin:0px 3px;
}
#footer a:hover{
	color:#f60;
}
.servicer{
	position:fixed;
	_position:absolute;
	width:126px;
	background:#fff url(/images/servicer.png) no-repeat 0px 0px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	top:200px;
	right:0px;
	_top:expression(eval(document.documentElement.scrollTop)+200);
	_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
	z-index:9999;
	overflow:hidden;
}
.servicer.hid{
}
.servicer ul{
	display:block;
	margin-bottom:0px;
	position:relative;
	padding-top:110px;
	overflow:hidden;
}
.servicer ul li{
	display:block;
	font-size:12px;
	padding:6px;
	height:auto;
	border-bottom:1px solid #ddd;
	text-align:center;
	overflow:hidden;
}
.servicer ul li.phone{
	text-align:left;
}
.servicer ul li.phone b{
	display:block;
	font-size:16px;
	color:#f60;
	white-space:nowrap;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.servicer ul li.close{
	display:block;
	position:absolute;
	top:5px;
	right:0px;
	font-size:12px;
	padding:0px;
	height:26px;
	width:26px;
	border-bottom:none;
	line-height:100px;
	white-space:nowrap;
	background:url(/images/icon_common.gif) -26px -64px no-repeat transparent;
	cursor:pointer;
	overflow:hidden;
}
.servicer ul li.open{
	display:none;
}
.servicer.hid ul li.close{
	display:none;
}
.servicer.hid ul li.open{
	display:block;
	position:absolute;
	top:5px;
	right:0px;
	font-size:12px;
	padding:0px;
	height:26px;
	width:26px;
	border-bottom:none;
	line-height:100px;
	white-space:nowrap;
	background:url(/images/icon_common.gif) 0px -64px no-repeat transparent;
	cursor:pointer;
	overflow:hidden;
}
/*box*/
.box-mask{position:absolute;background:#fff;opacity:0.8;filter:alpha(opacity=80); z-index:999;}
.box-layout{position:absolute;border:2px solid #eee;background:#fff;border-radius:5px;;display:none; z-index:99999;}
.box-content{position:relative;color:#555;z-index:9}
.box-caption{position:absolute;left:8px;top:8px;padding:5px 8px;border-radius:5px;background:#fbfbfb;font-weight:bold;font-size:14px;color:#666}
.box-close{position:absolute;right:0px;top:8px;_top:5px;_right:5px;display:block;background:url('/images/boxclose.png') no-repeat;width:21px;height:21px;z-index:10}
.box-html{padding:40px 10px;}
.qrcodebox{
	display:block;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
}
#arcqrcode{
	display:block;
	margin:10px auto 5px auto;
	width:185px;
	height:185px;
	overflow:hidden;
}
.qrcodebox p{
	display:block;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	overflow:hidden;
}
/* page list detail */
.position{
	display:block;
	margin:0px auto;
	padding:10px 0px;
	width:1000px;
	height:50px;
	line-height:30px;
	font-size:16px;
	color:#00685e;
	overflow:hidden;
}
.position span{
	float:left;
	display:block;
	padding-left:10px;
	width:auto;
	font-weight:normal;
	color:#00685e;
	overflow:hidden;
}
.position span i{
	margin-right:5px;
}
.position a,.position em{
	float:left;
	display:block;
	padding-left:8px;
	width:auto;
	text-align:center;
	font-weight:normal;
	font-style:normal;
	color:#00685e;
	overflow:hidden;
}
.position strong{
	float:left;
	display:block;
	padding-left:8px;
	width:auto;
	text-align:center;
	color:#00685e;
	overflow:hidden;
}
.position a:hover{
	color:#f60;
}
.box_main{
	float:left;
	display:block;
	width:780px;
	min-height:400px;
	height:auto;
	overflow:hidden;
}
.box_side{
	float:left;
	display:block;
	padding:0px 0px 0px 20px;
	width:220px;
	height:auto;
	overflow:hidden;
}
.side_cate{
	display:block;
	font-size:16px;
	color:#000;
}
.side_cate li{
	display:block;
	width:100%;
	height:36px;
	line-height:34px;
	white-space:nowrap;
	overflow:visible;
}
.side_cate li a{
	display:block;
	padding:0px 0px 0px 40px;
	height:36px;
	overflow:hidden;
}
.side_cate li a:hover{
	padding:0px 0px 0px 39px;
	color:#f60;
	border-left:1px solid #f60;
}
.side_cate li.active a{
	padding:0px 0px 0px 37px;
	color:#f60;
	font-weight:bold;
	border-left:3px solid #f60;
}
.side_cate dd.p{
	display:block;
	width:198px;
	height:195px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	overflow:hidden;
}
.side_cate dd.p a{
	width:198px;
	height:194px;
	line-height:195px;
	white-space:nowrap;
	text-indent:999px;
	background:url(bg.png) 0px -80px no-repeat transparent;
}
.box_side .box_tab h2 span{
	color:#f7f7f7;
	background:#333;
}
.box_side .box_tab h2 a{
	color:#333;
}
.box_cont{
	display:block;
	width:780px;
}
.cont_tab{
	display:block;
	padding:15px 0px;
	text-align:left;
	font-size:24px;
	line-height:36px;
	font-weight:normal;
	color:#00685e;
	border-bottom:1px dotted #ddd;
	overflow:hidden;
}
.cont_tab span{
	display:block;
	font-size:14px;
	white-space:nowrap;
	color:#888;
	overflow:hidden;
}
.box_content{
	display:block;
	margin:15px 0px;
	width:780px;
	overflow:hidden;
}
.box_content.w_goods{
	width:1000px;
}
#allmap
{
	display:block;
	margin:10px auto;
	width:658px;
	height:420px;
	border:1px solid #818181;
	background:#fff;
	overflow:hidden;
}
.box_goods{
	display:block;
	padding-top:25px;
	width:1000px;
}
.goods_info{
	clear:both;
	display:block;
	overflow:hidden;
}
.goods_info .pic{
	float:left;
	display:block;
	position:relative;
	padding:4px;
	width:330px;
	height:250px;
	border:1px solid #ccc;
	overflow:hidden;
}
.goods_info .pic img{
	display:block;
	width:320px;
	height:240px;
	overflow:hidden;
}
.goods_info .pic:hover{
	border:1px solid #666;
}
.goods_tab{
	display:block;
	position:relative;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:24px;
	font-weight:normal;
	color:#00685e;
	overflow:hidden;
}
.goods_tab h1{
	display:block;
	margin:0px;
	font-size:28px;
	white-space:nowrap;
	line-height:36px;
	overflow:hidden;
}
.goods_tab h2{
	display:block;
	margin:0px;
	font-size:18px;
	white-space:nowrap;
	line-height:36px;
	color:#666;
	overflow:hidden;
}
.goods_tab ol{
	float:left;
	display:block;
	margin:0px;
	width:50%;
	height:35px;
	line-height:35px;
	font-size:14px;
	white-space:nowrap;
	border-top:1px dotted #ddd;
	color:#666;
	overflow:hidden;
}
.goods_tab ol span{
	margin-right:5px;
	cursor:pointer;
}
.goods_tab ol span:hover{
	color:#F60;
}
.goods_tab dl{
	float:left;
	display:block;
	width:100%;
	padding-top:5px;
	font-size:14px;
	white-space:nowrap;
	color:#666;
	border-top:1px dotted #ddd;
	overflow:hidden;
}
.goods_tab dt{
	float:left;
	display:block;
	width:100%;
	height:30px;
	line-height:25px;
	overflow:hidden;
}
.goods_tab dd{
	float:left;
	display:block;
	padding-right:5px;
	width:50px;
	height:50px;
	font-size:14px;
	white-space:nowrap;
	color:#666;
	cursor:pointer;
	overflow:hidden;
}
.goods_tab dd img{
	display:block;
	padding:2px;
	width:45px;
	height:45px;
	border:1px solid #ddd;
	overflow:hidden;
}
.goods_tab dd img:hover{
	border:1px solid #666;
}
.list_cate{
	display:block;
	padding:10px 0px;
	width:100%;
	text-align:center;
	font-size:16px;
	overflow:hidden;
}
.list_cate a{
	margin:0px 10px;
}
.list_cate a.active{
	color:#f60;
}

.list_td{
	display:block;
	width:100%;
	overflow:hidden;
}
.list_td li{
	display:block;
	height:36px;
	white-space:nowrap;
	border-bottom:1px dashed #ddd;
	overflow:hidden;
}
.list_td li a{
	display:block;
	padding:0px 0px 0px 15px;
	height:35px;
	line-height:25px;
	font-size:14px;
	background:url(icons.png) -40px 7px no-repeat;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list_td li span{
	float:right;
	display:block;
	padding:0px 5px;
	text-align:right;
	line-height:25px;
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.box_content .list_td li{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
.box_content .list_td li:hover{
	background:#f8f8f8;
}
.box_content .list_td,.box_content .list_pi,.box_content .list_pt{
	width:auto;
	height:auto;
}
.box_content .list_pi li,.box_content .list_pt li{
	margin:0px 5px 10px 5px;
}
.pagebar{
	clear:both;
	display:block;
	padding-bottom:10px;
	overflow:hidden;
}
.page_pl1{
	padding-left:300px;
}
.cont_intro{
	font-size:14px;
}
.cont_info{
	display:block;
	padding:0px 0px 10px 0px;
	width:780px;
	margin:0px 0px 10px 0px;
	line-height:30px;
	font-family:"Microsoft Yahei";
	border-bottom:1px dotted #ddd;
	overflow:hidden;
}
.info_l{
	float:left;
	display:block;
	text-align:left;
	line-height:30px;
	width:460px;
	overflow:hidden;
}
.info_r{
	display:block;
	line-height:25px;
	width:320px;
	text-align:right;
	overflow:hidden;
}
.cont_info li{
	float:left;
	display:block;
	padding:6px 0px;
	overflow:hidden;
}
.cont_info li span{
	float:left;
	display:block;
	margin-left:10px;
	height:16px;
	width:auto;
	text-align:center;
	background:url(/images/icon_common.gif) repeat-x transparent;
	cursor:pointer;
	overflow:hidden;
}
span#ci_s{
	width:16px;
	background-position:0px 0px;
	text-indent:999em;
}
span#ci_s:hover{
	background-position:0px -16px;
}
span#ci_b{
	width:16px;
	background-position:-16px 0px;
	text-indent:999em;
}
span#ci_b:hover{
	background-position:-16px -16px;
}
span#ci_h{
	padding:0px 3px;
	background-position:0px -32px;
	color:#7d7e7c;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}
span#ci_h:hover{
	background-position:0px -48px;
	color:#3f90bc;
	border-left:1px solid #a7cde2;
	border-right:1px solid #a7cde2;
}
.cont_share{
	display:block;
	margin-top:50px;
	padding:15px 0px 15px 181px;
	color:#888;
	border-top:1px solid #ccc;
	overflow:hidden;
}
.cont_share.share_goods{
	padding:15px 0px 15px 350px;
}
.list_other{
	display:block;
	border-top:1px dashed #ccc;
	overflow:hidden;
}
.list_other dt{
	display:block;
	font-weight:bold;
	line-height:36px;
	overflow:hidden;
}
.list_other dd{
	display:block;
	overflow:hidden;
}
.list_other dd img{
	max-width:660px;
	margin:5px auto;
}
.detail_more
{
	clear:both;
	display:block;
	width:780px;
	margin:10px auto 0px auto;
	padding:10px 0px 0px 0px;
	border-top:1px dashed #ccc;
	font-size:13px;
	color:#444;
	line-height:25px;
	overflow:hidden;
}
.detail_more dt
{
	float:left;
	display:block;
	width:60px;
	height:25px;
	font-weight:bold;
	overflow:hidden;
}
.detail_more dd
{
	float:left;
	display:block;
	width:720px;
	height:25px;
	white-space:nowrap;
	overflow:hidden;
}
.detail_more2{
	clear:both;
	display:block;
	width:1000px;
	margin:10px auto 0px auto;
	padding:10px 0px 0px 0px;
	border-top:1px dashed #ccc;
	font-size:13px;
	color:#444;
	line-height:25px;
	overflow:hidden;
}
.detail_more2 dt
{
	float:left;
	display:block;
	width:60px;
	height:25px;
	font-weight:bold;
	overflow:hidden;
}
.detail_more2 dd
{
	float:left;
	display:block;
	width:440px;
	height:25px;
	white-space:nowrap;
	overflow:hidden;
}
.detail_more dd a
{
	color:#444;
}
.detail_more dd a:hover
{
	color:#f60;
}
.nodata{
	display:block;
	width:100%;
	padding:50px 0px;
	color:#c00;
	font-size:16px;
	text-align:center;
	overflow:hidden;
}
.blank{
	clear:both;
	display:block;
	width:100%;
	height:10px;
	overflow:hidden;
}
/*common*/
.o_v,.box_body.o_v{
	overflow:visible;
}
.none{
	display:none !important;
}
@media screen and (max-width: 640px){
	html,body{
		font-size: 5vw;
		width:100vw !important;
		min-width:auto;
		overflow-x:hidden;
	}
	.topper,
	.header,
	#header,
	#banner,
	#banner .scrollable .item li,
	#banner .navi,
	#slide_product .scrollable,
	.box,
	.box_tab,
	.box_body,
	.footer_info,
	#footer,
	.position,
	.detail_more2{
		width:100vw !important;
		height:auto;
		min-width:100vw;
	}
	.boxin{
		padding:4vw;
		width:100vw;
	}
	.header .header_tool,
	.header .header_tool *,
	.servicer,
	.servicer *,
	.news_btns,
	.sub_navi,
	#slide_pics,
	#slide_pics > *,
	.text_navi,
	#footer dt,
	.box_side{
		display: none !important;
	}
	.header .navigator{
		position: fixed;
		left:100vw;
		top:0;
		width:40vw !important;
		height:100vh;
		padding-left:0;
		z-index:999999;
		background:#02979d;
		overflow-x:visible;
		overflow-y:auto;
		transition:0.5s all;
	}
	.header .navigator .sup_navi,
	.header .navigator .sub_navi{
		width:100%;
		height:auto;
	}
	.header .navigator .sup_navi li{
		float:none;
		width:100%;
		height:auto;
		transition:0.5s all;
		border-bottom:1px solid #333;
	}
	.header .navigator .sup_navi li.active ul{
		display:block !important;
		background:#64aaaa;
		padding:5px 0;
	}
	.header .navigator .sup_navi li.active ul>*{
		display:block !important;
	}
	.header .navigator .sup_navi li.active{
		background:url(line.png) 0px -51px repeat-x transparent;
	}
	.header .navigator .sup_navi li ul li{
		border-bottom:none;
		line-height:30px;
	}
	.header .navigator .sup_navi li ul li a{
		color:#333 !important;
		font-size:14px;
		height:auto;
	}
	#header{
		position:relative;
		width:100vw;
		height:31.5vw;
		padding-top:4vw;
	}
	#header #logo{
		margin:0 auto;
		width:40vw;
		height:12vw;
		padding:0;
	}
	#header #logo a{
		width:40vw;
		height:12vw;
		background-position:-42vw 0;
		background-size:auto 100%;
	}
	#header #logo a img{
	    height:12vw;
	}
	#header #tel{
		clear:both;
		margin-top:4vw;
		width:100vw;
		padding:1.5vw 4vw 3vw;
		height:11.5vw;
		text-align:center;
		background: url(line.png) top repeat-x;
		background-size: auto 20vw;
	}
	#header #tel img{
		max-height:7vw;
	}
	#menu{
		display:block;
		position: absolute;
		right: 4vw;
		top: 7vw;
		color: #02979d;
		width: 8vw;
		height: 8vw;
		overflow:hidden;
		z-index: 999997;
	}
	.mask{
		display:none;
		position:absolute;
		top:0;
		left:0;
		width:100vw;
		height:100vh;
		overflow:hidden;
		background:rgba(0,0,0,0.88);
		z-index:999998;
	}
	#banner .scrollable,
	#banner .scrollable .item,
	#banner .scrollable .item li,
	#banner .scrollable .item li a{
		height:50vw;
	}
	#banner .scrollable .item li a img{
		position:unset;
		width:auto;
		height:50vw;
		margin:0 auto;
		min-width:100vw;
		min-height:auto;
	}
	#banner .navi{
		margin-left:0;
		left:0;
		top:auto;
		bottom:0;
	}
	.box_tab{
		padding: 12px;
	}
	#slide_texts{
		width: 96vw;
		height: auto;
		margin:0 2vw;
	}
	#slide_texts .scrollable{
		width: 96vw;
	}
	#slide_texts .scrollable,
	#slide_texts .scrollable .item li{
		width: 96vw;
		height: auto;
	}
	.list_news,
	#slide_texts .scrollable .item .list_news{
		width:96vw !important;
		height:auto !important;
		padding:2vw 0;
	}
	#slide_texts .scrollable .item{
		height:auto;
	}
	.list_news ol,
	#slide_texts .scrollable .item .list_news ol{
		float:none !important;
		margin:0 !important;
		width:96vw !important;
		height:auto;
		background:none;
		border:none;
		padding:0;
	}
	.list_news ol li,
	#slide_texts .scrollable .item .list_news ol li{
		width: 96vw !important;
		height: 84px !important;
		background: rgba(255,255,255,0.6);
		margin-bottom: 10px;
		padding: 0 2vw;
	}
	#slide_texts .scrollable .item .list_news ol li a p{
		height:46px;
	}
	.h_2,
	.h_2 .box_body,
	.h_2 .box_body .scrollable{
		height:385px !important;
		padding:0;
	}
	.box_body{
		padding:2vw 0;
	}
	#slide_texts .navi{
		top:-35px;
	}
	#slide_product .navi{
		top:-35px;
		width:90px;
	}
	.footer_info{
		padding:0 4vw;
	}
	.footer_info dl{
		width:92vw;
		padding:2vw 0 !important;
		height:auto;
		overflow:hidden;
		border-bottom:1px solid #e1e2e3 !important;
	}
	.footer_info dl + dl{
		border-top:1px solid #fff !important;
	}
	.b_r_gray,
	.b_l_white{
		border:none !important;
		padding:0 !important;
	}
	.footer_info dl dt{
		height: 40px;
		padding-top:10px;
		overflow:hidden;
	}
	.footer_info dl dt a{
		float:left;
	}
	.footer_info dl dt a,
	.footer_info dl dt a em{
		padding:0;
		height: 26px;
		line-height: 29px;
	}
	.footer_info dl dt span {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.footer_info dl dd{
		display:none;
		height:0;
		padding:10px 0 10px 40px;
		overflow:hidden;
		transition:0.5s all;
	}
	.footer_info dl dd a {
		padding-left: 0;
		width: 25%;
		font-size:0.7rem !important;
	}
	.footer_info dl dd p{
		font-size:0.7rem;
	}
	.b_l_white.w_1{
		border-bottom:none !important;
	}
	#footer{
		padding:2vw 0;
	}
	#footer dd{
		text-align:center;
		height:auto;
	}
	#footer dd p i{
		display:block;
		height:0;
	}
	.gaba{
		font-size:0.7rem;
		width:231px !important;
		padding: 10px 0 5px 0 !important;
		white-space:nowrap;
	}
	#slide_product .scrollable .item .list_pt{
		padding:3vw !important;
		width:100vw !important;
		margin:0;
		overflow:hidden;
	}
	#slide_product .scrollable .item .list_pt li,
	#slide_product .scrollable .item .list_pt li.first{
		width: 94vw !important;
		padding: 0;
		margin: 0 0 10px 0;
		height: 27vw;
		background:rgba(255,255,255,0.88) !important;
	}
	#index_product.list_pt li{
		width: 92vw !important;
		padding: 0;
		margin: 0 0 10px 0;
		height: 27vw;
		background:#fafbfc;
	}
	#slide_product .scrollable .item .list_pt li a,
	#slide_product .scrollable .item .list_pt li.first a,
	#index_product.list_pt li a{
		position:relative;
		overflow:hidden;
	}
	#slide_product .scrollable .item .list_pt li a img,
	#slide_product .scrollable .item .list_pt li.first a img,
	#index_product.list_pt li a img{
		float:left;
		display:block;
		width:36vw;
		height:27vw;
		background:#f0f0f0;
	}
	#slide_product .scrollable .item .list_pt li a p,
	#slide_product .scrollable .item .list_pt li.first a p,
	#index_product.list_pt li a p{
		position:relative;
		top:0;
		left:0;
		padding:0 2vw;
		width:auto;
		height:25vw;
		line-height:150%;
		font-size:0.7rem;
		background:none;
		margin:1vw 0;
	}
	#slide_product .scrollable .item .list_pt li a p strong,
	#slide_product .scrollable .item .list_pt li.first a p strong,
	#index_product.list_pt li a p strong{
		display:block;
		line-height:160%;
		font-size:0.9rem;
		white-space:normal;
		font-weight:normal;
	}
	.block{
		display:block !important;
		height:auto !important;
	}
	.position span{
		width:26px;
		white-space:nowrap;
	}
	.box_main,
	.box_cont,
	.box_content,
	.cont_info,
	.detail_more,
	#index_product.list_pt,
	.box_goods,
	.goods_info,
	.box_content.w_goods{
		width:92vw;
	}
	.box_content img{
		max-width:92vw !important;
	}
	.box_content p{
		font-size:0.8rem;
		line-height:1.5rem;
	}
	.list_td li span{
		font-size:0.7rem;
		color:#333;
	}
	.btn-group{
		margin-bottom:10px;
	}
	.cont_info{
		margin:0;
		padding:0;
		border-bottom:none;
	}
	.info_l,
	.info_r{
		width:46vw;
		font-size:0.6rem;
	}
	.cont_intro{
		margin:0 auto;
		background:#f7f8f9;
		line-height:1.5rem;
	}
	.detail_more dd,
	.detail_more2 dd{
		float:none;
		width:auto;
		white-space:nowrap;
	}
	.cont_share,
	.cont_share.share_goods{
		margin-top:20px;
		padding:15px 0;
	}
	.box-layout{
		font-size:0.8rem;
	}
	.page_pl1{
		padding-left:0;
	}
	.list_cate a{
		display:inline-block;
		padding:0 8px;
		line-height:28px;
		margin:3px 5px;
		white-space:nowrap;
		background:#e1e2e3;
		font-size:0.7rem;
		border-radius:4px;
	}
	.list_cate a.active{
		background:#f60;
		color:#fff;
	}
	.goods_info .pic{
		width: 92vw;
		height: 69vw;
		padding: 0;
		border:none;
	}
	.goods_info .pic img{
		width:92vw;
		height:69vw;
	}
	.goods_tab{
		clear:both;
		padding:10px 0;
	}
	.goods_tab h1{
		white-space:normal;
		font-size:1rem;
		font-weight:normal;
		line-height:2rem;
	}
	.goods_tab ol{
		width:100%;
	}
}